PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / getCosPage Method
In This Topic
    getCosPage Method
    In This Topic
    Gets the COS dictionary asssociated with this object.
    Incorrect manipulation of the information in the COS dictionary can lead to invalid PDF files.
    Syntax
    public PDFCosDictionary getCosPage()

    Return Value

    The internal COS dictionary.
    See Also